home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Python1.4_Source / Modules / protos / pwdmodule_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-24  |  247 b   |  7 lines

  1.  
  2. /* pwdmodule.c */
  3. static object *mkpwent ( struct passwd *p );
  4. static object *pwd_getpwuid ( object *self , object *args );
  5. static object *pwd_getpwnam ( object *self , object *args );
  6. static object *pwd_getpwall ( object *self , object *args );
  7.